Skip to content

Add multi management plane integration test#1157

Merged
aphralG merged 62 commits intomainfrom
add-multi-management-plane-integration-test
Jul 10, 2025
Merged

Add multi management plane integration test#1157
aphralG merged 62 commits intomainfrom
add-multi-management-plane-integration-test

Conversation

@aphralG
Copy link
Contributor

@aphralG aphralG commented Jul 7, 2025

Proposed changes

Had to add specific lock for the manifest file as the auxiliary plugin could be reading the file while it is being updated by the command server.

Added integration tests with multiple management planes for: m

  • connection
  • reconnection
  • file watcher
  • health request
  • config apply
  • invalid config apply from aux

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING document
  • I have run make install-tools and have attached any dependency changes to this pull request
  • If applicable, I have added tests that prove my fix is effective or that my feature works
  • If applicable, I have checked that any relevant tests pass after adding my changes
  • If applicable, I have updated any relevant documentation (README.md)
  • If applicable, I have tested my cross-platform changes on Ubuntu 22, Redhat 8, SUSE 15 and FreeBSD 13

aphralG added 30 commits June 11, 2025 09:38
@aphralG aphralG self-assigned this Jul 7, 2025
@aphralG aphralG requested a review from a team as a code owner July 7, 2025 11:01
@github-actions github-actions bot added the chore Pull requests for routine tasks label Jul 7, 2025
Base automatically changed from allow-second-credential-watcher to main July 7, 2025 13:35
Makefile Outdated
PACKAGES_REPO=$(OSS_PACKAGES_REPO) TAG=${TAG} PACKAGE_NAME=$(PACKAGE_NAME) BASE_IMAGE=$(BASE_IMAGE) DOCKERFILE_PATH=$(OFFICIAL_IMAGE_DOCKERFILE_PATH) \
OS_VERSION=$(OS_VERSION) OS_RELEASE=$(OS_RELEASE) IMAGE_PATH=$(IMAGE_PATH) \
go test -v ./test/integration/managementplane
go test -v ./test/integration/managementplane ./test/integration/managementplane
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be here twice?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nope should be ./test/integration/auxiliarycommandserver good catch Thank you!

@aphralG aphralG requested a review from sean-breen July 10, 2025 13:33
@aphralG aphralG merged commit 95d0916 into main Jul 10, 2025
41 of 42 checks passed
@aphralG aphralG deleted the add-multi-management-plane-integration-test branch July 10, 2025 14:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

chore Pull requests for routine tasks

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants